reftests: Avoid theme influence
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Apr 2020 19:19:24 +0000 (15:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Apr 2020 19:19:24 +0000 (15:19 -0400)
Reset to defaults in background-color-transparent,
to avoid theme influence in the results.

testsuite/reftests/background-color-transparent.css

index 0d5f5ee2a6415d13d573f8999458a16d6fd5f2be..43cf3100d0c4e7c60608a8e3107526d959ee7ade 100644 (file)
@@ -1,4 +1,6 @@
-* {
+@import "reset-to-defaults.css";
+
+window {
   background-image: none;
   border-radius: 0;
   background-color: purple;